home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / comm / tribbs20.lha / CDROM.DOC < prev    next >
Text File  |  1995-09-26  |  3KB  |  61 lines

  1.  
  2. The CDROM program included with TrinityBBSV19t archive is a program that
  3. will auto-install must CDROMs for use with TrinityBBS.  This program will
  4. only work with TrinityBBSV19t or higher.
  5.   
  6. I will go through an example on installing the Aminet CD-ROM:
  7.  
  8. While the BBS is running run the program CDROM
  9.  
  10. You will be asked the following questions:
  11.  
  12. Enter CD DEVICE Name: (ex. CD0:) :
  13.      This is the action device name for your CD-ROM drive.  For most users
  14.      it is CD0:
  15.  
  16. Enter Path & File Name For Dir File : 
  17.      This is the file the program will use to get the actual directorys and
  18.      descriptions to use as file areas on your BBS.  The Aminet CD-ROM
  19.      includes a dirs.txt file for this purpose in its root directory.  You
  20.      would type "cd0:dirs.txt".  Some CD-ROMS will not have this file or
  21.      will not include it in a format for use with this program, so you may
  22.      have to create one or modify a similar file.  This program will expect
  23.      something like this:
  24.  
  25.      aminet/comm/bbs          BBS Programs
  26.  
  27.      The first field MUST BE the exact path on the cdrom (the cd0: is not
  28.      needed and should not be included) to located files for the given 
  29.      (second field) description.  The program will create the file area 
  30.      using this description.  You may edit this file to change the 
  31.      descriptions especially if they are long.
  32.  
  33. Enter File List Filename : ",flist$   
  34.      This is the file the program will use to get the filenames and
  35.      descriptions of the files in each directory (file area) on the
  36.      CD-ROM.  Its format is similar to the dirs.txt format.  The file
  37.      must be included in each directory on the CD-ROM (or at least
  38.      each directory that is in the DIRS file)  For the AMINET CD-ROM you
  39.      would use 00_index.txt.  Most other CD-ROMS you may use files.bbs.
  40.  
  41. Enter # of Header Lines In File List :
  42.      The file list file may have header information like a long description
  43.      for the directory or various other information before the actual list
  44.      of filenames and their descriptions.  The program must not confuse
  45.      this information as actual files.  Enter the number of lines that is
  46.      in this header.  This should work with all copies of the file in all
  47.      directorys.  The Latest AMINET CD-ROM however has no header info in
  48.      it's 00_index.txt files, so you would enter 0.  But it is a fact that
  49.      the file.bbs file does have a bit of header info including blank
  50.      lines.
  51.  
  52. Enter A Library Name:
  53.      Enter the EXACT name of the File Library to use on your BBS for this
  54.      CD-ROM.  For Example AMINET CD-ROM.  The program will create the
  55.      library of file areas using this name.
  56.  
  57. The program will tell you each file area as it creates them as well as the
  58. number of files it found.  I have included the source (CDROM.src) to this 
  59. program so that you may modify it to be easier to use for other types of 
  60. CD-ROMS you may own. 
  61.